home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 476-500 / disk_498 / yatz / read.me < prev    next >
Text File  |  1992-05-06  |  3KB  |  124 lines

  1. YAT-Z V1.0       November 14, 1990
  2. ==========
  3.  
  4.  
  5. COPYRIGHT
  6. =========
  7.     Do whatever you want with this program. Hack it to bits, and run
  8.     it through your blender. Just don't leave my name on it if you do!
  9.     This program may be copied freely, but may not be included in any
  10.     public domain collections which charge any fees for duplication
  11.     OR disks (with the exception of the Fred Fish disks).
  12.  
  13.  
  14.  
  15.  
  16. SETUP
  17. =====
  18.  
  19.  
  20.   Make sure
  21.  
  22.    Yatz
  23.    Yatz.info
  24.    diceroll
  25.  
  26.    are in the destination directory.
  27.  
  28.    This program was written to take up little memory and to multitask
  29.    nicely. If you don't want the overhead caused by the diceroll sound,
  30.    just erase it, or, replace it with your own.
  31.  
  32.    YATZ writes a file called yatz.hs which keeps track of the high score.
  33.    To reset the high score, just delete this file.
  34.  
  35.  
  36. PLAYING THE GAME
  37. ================
  38.  
  39.    Well, basically just hit the roll button to roll all the dice,
  40.    then click on the dice to highlight the ones you want to re-roll
  41.    and click on roll again.
  42.  
  43.    You get to re-roll twice before you have to score the dice.
  44.  
  45.    One's to Six's  - totals the amounts of these digits.
  46.    --------------
  47.  
  48.    >62 Bonus       - If your left hand total is greater than 62, you get
  49.    ---------         a bonus of 35 added to your score.
  50.  
  51.    Three of a kind - you need to have three dice the same.
  52.    ---------------   scores the total of all five dice.
  53.  
  54.    Four of a kind  - same as three of a kind but you need four the same.
  55.    --------------
  56.  
  57.    Full House      - three of a kind and a pair. Scores 25.
  58.    ----------
  59.  
  60.    Small Straight  - Four dice in sequence. Ex. 3,4,5,6. Scores 30.
  61.    --------------
  62.  
  63.    Large Straight  - Five dice in sequence. Ex. 2,3,4,5,6. Scores 40.
  64.    --------------
  65.  
  66.    Yat-Z           - Five dice the same. Scores 50.
  67.    -----             You can have more than one Yat-Z.
  68.  
  69.    Chance          - Anything. Scores total of all five dice.
  70.    ------            Use this if you mess up trying for a straight, etc.
  71.  
  72.  
  73.  
  74. COMPILING
  75. =========
  76.  
  77.  
  78.        To Compile with Aztec 5.0a-
  79.  
  80.          change the path in the fourth include in yatz.c to wherever
  81.          the yatz.h file is.
  82.  
  83.          cc -ps -safnps sound.c
  84.          cc -3 yatz2.c +l
  85.          ln yatz.o -lc +lcdb sound.o -lc16
  86.  
  87.        ATTN. LETTUCE HEADS:
  88.           Don't be scared off by all the switches, most of them don't
  89.           do much (except +c, which links sound.o to chip mem).
  90.  
  91.        NOTE:  The sound routines were taken from the program "Sound"
  92.               see the header of "Sound.c" for more info.
  93.               SOUND.C IS NOT THE SOURCE FOR SOUND, just some of the
  94.               routines that were taken and modified.
  95.  
  96.  
  97.  
  98.  
  99.  
  100. YELL AT THE AUTHOR
  101. ==================
  102.  
  103.  
  104.         I am pretty sure that the program returns all resources, etc.
  105.         However, should you find any bugs, or have any comments,
  106.         leave me (Greg Pringle) mail on:
  107.  
  108.  
  109.              The SuperBox BBS
  110.          
  111.               (403) 288-0531
  112.               (403) 288-2396
  113.  
  114.          Calgary, Alberta, Canada
  115.         Fidonet: 1:134/13
  116.            
  117.  
  118.          This program was written with Power Windows 2.5 
  119.                                    and Aztec C V5.0a
  120.  
  121.  
  122.          POWER WINDOWS SAVES TIME AND YOUR SANITY - GET IT!
  123.  
  124.